home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / MONITOR / LETTERS.ARJ / MODSAV.DOC < prev    next >
Text File  |  1989-11-18  |  2KB  |  61 lines

  1.                               MODSAV 1.00
  2.  
  3. Summary
  4. -------
  5. If you use custom screen fonts or more than 25 lines on a VGA, you may
  6. find that many applications reset to the standard ROM font or to 25
  7. lines for no apparent reason.  MODSAV should reduce the frequency with
  8. which this occurs.
  9.  
  10. Installation
  11. ------------
  12. To install MODSAV, simply type
  13.  
  14.     MODSAV
  15.  
  16. at the DOS prompt, or include it in a batch file (such as AUTOEXEC).
  17. MODSAV will load and remain resident, using about 250 bytes of memory.
  18.  
  19. Enabling/disabling
  20. ------------------
  21. After MODSAV is loaded, you can temporarily disable it by executing:
  22.  
  23.     MODSAV /D
  24.  
  25. It can later be re-enabled via
  26.  
  27.     MODSAV /E
  28.  
  29. Remarks
  30. -------
  31. VGA adapters are designed to permit custom RAM-based screen fonts; they
  32. can also use a wide variety of screen sizes:  25, 28, 30, 33, 44, 50,
  33. and even more lines (personally, I like 33--with the right font, it's
  34. quite readable, and the extra eight lines are useful).
  35.  
  36. One common problem is that many applications reset the video mode when
  37. they start up; this has the effect of restoring the default screen font
  38. and the standard screen size.  This has led to such unusual solutions as
  39. fonts with which resident code is associated, allowing the fonts to be
  40. reloaded via a hot key after an applications has unloaded them.  A nicer
  41. solution--and one that uses much less memory--is to simply suppress mode
  42. resets when the video system is already in the requested mode--and that
  43. is what MODSAV does.
  44.  
  45. Once loaded, MODSAV watches all requests for video mode resets and
  46. discards requests that duplicate the current mode.  For example, if a
  47. program requests 80-column color text mode and the VGA is already in
  48. that mode, MODSAV simply ignores the request and returns to the calling
  49. program (with your RAM font and screen size intact).
  50.  
  51.                           --------------------
  52.  
  53.          MODSAV is donated to the public domain by the author:
  54.  
  55.                              Chris Dunford
  56.                         The Cove Software Group
  57.                               PO Box 1072
  58.                           Columbia, MD  21044
  59.                        301/992-9371 (voice only)
  60.                          CompuServe 76703,2002
  61.